summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/fragment_games.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app/src/main/res/layout/fragment_games.xml')
-rw-r--r--src/android/app/src/main/res/layout/fragment_games.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/android/app/src/main/res/layout/fragment_games.xml b/src/android/app/src/main/res/layout/fragment_games.xml
index 5cfe76de3..c4c3eacf4 100644
--- a/src/android/app/src/main/res/layout/fragment_games.xml
+++ b/src/android/app/src/main/res/layout/fragment_games.xml
@@ -44,20 +44,14 @@
android:id="@+id/app_bar_search"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:fitsSystemWindows="true"
app:liftOnScrollTargetViewId="@id/grid_games">
- <FrameLayout
+ <com.google.android.material.search.SearchBar
+ android:id="@+id/search_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:fitsSystemWindows="true">
-
- <com.google.android.material.search.SearchBar
- android:id="@+id/search_bar"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:hint="@string/home_search_games" />
-
- </FrameLayout>
+ android:hint="@string/home_search_games" />
</com.google.android.material.appbar.AppBarLayout>